go/printer.commentInfo.cindex (field)
6 uses
go/printer (current package)
nodes.go#L79: } else if p.cindex < len(p.comments) {
nodes.go#L89: p.cindex = 0
printer.go#L47: cindex int // current comment index
printer.go#L135: for p.cindex < len(p.comments) {
printer.go#L136: c := p.comments[p.cindex]
printer.go#L137: p.cindex++
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)